From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 19:07:41 +0000 (+0200) Subject: * play/doctor.el (make-doctor-variables): Define `doctor-sent'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2312 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b95e7575f966d7120e15d01ab5a9741f314592aa;p=emacs.git * play/doctor.el (make-doctor-variables): Define `doctor-sent'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58ebc5276e6..4528cde7c49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-09-11 Lars Magne Ingebrigtsen + + * play/doctor.el (make-doctor-variables): Define `doctor-sent'. + 2011-09-11 Chong Yidong Change modes that used same-window-* vars to use switch-to-buffer. diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 54a5a4ef6c9..b20f6968088 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -163,6 +163,7 @@ reads the sentence before point, and prints the Doctor's answer." (you7re you\'re (i am)) (you7ve you\'ve (i have)) (you7ll you\'ll (i will))))) + (set (make-local-variable 'doctor-sent) nil) (set (make-local-variable 'doctor-found) nil) (set (make-local-variable 'doctor-owner) nil) (set (make-local-variable 'doctor--history) nil)